home *** CD-ROM | disk | FTP | other *** search
- global no_cat, autoflg, framecnt, soundflg, max
-
- on startMovie
- puppetTempo(120)
- set the timeoutLength to 2 * 60
- set autoflg to 0
- set framecnt to 1
- set max to 22
- set no_cat to ["5", "9", "13", "17", "5", "21", "25", "29", "33", "37", "41", "45", "9", "49", "53", "57", "61", "65", "13", "17", "21", "25"]
- if the colorDepth <= 8 then
- go("S08")
- else
- go("S16")
- end if
- if soundflg = 1 then
- puppetSound("JENN.AIF")
- end if
- end
-